home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-11-16 | 535 b | 24 lines |
- egb.exp : egb.obj egb_sub.obj
- run386 \hc386\bin\tlinkp @make.lnk
-
- egb.obj : egb.c
- run386 \hc386\bin\hcd386p egb.c
-
- egb_sub.obj : egb_sub.c
- run386 \hc386\bin\hcd386p egb_sub.c
-
- make.lnk : makefile
- echo egb.obj >make.lnk
- echo egb_sub.obj >>make.lnk
- echo -exe egb.exp >>make.lnk
- echo -lib \hc386\lib\hce >>make.lnk
- echo -lib \hc386\lib\tbios >>make.lnk
- echo -lib \hc386\lib\fmcfrb >>make.lnk
- echo -tc >>make.lnk
- echo -pack >>make.lnk
- echo -stack 200000 >>make.lnk
-
- del:
- del *.obj
- del *.bak
- del *.lnk